body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}


a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1{
    font-family: "Poppins", sans-serif;
}

h2{
    font-family: "Poppins", sans-serif;
}

h3{
    font-family: "Poppins", sans-serif;
}

h4{
    font-family: "Poppins", sans-serif;
}

h5{
    font-family: "Poppins", sans-serif;
}

h6{
    font-family: "Poppins", sans-serif;
}

p{
    font-family: "Poppins", sans-serif;
}
/* tag font end */

.sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar{
    background-color: #9f1f63;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand img{
    width: 80px;
}

.navbar-nav {
    gap: 40px;
}
.navbar-nav a{
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.navbar-nav a:hover{
    color: #fff8a8;
}

/* .navbar-nav .active{
    color: #fff8a8 !important;
} */

.nav-item.active .nav-link {
    color: #fff8a8;
  
}


.close-btn{
    display: none;
}


.head-btn a{
    border:  2px solid #ffffff;
    padding: 7px 10px 7px 10px;
    border-radius: 50px;
    color: #ffffff;
}

.head-btn a:hover{
    background-color: #fff8a8;
    border:  2px solid #ffffff;
    color: #9f1f63;
}



@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        background-color: #9f1f63;
        width: 250px;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;

        text-align: center;
        padding-top: 70px;
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar-toggler {
        position: absolute;
        top: 24px;
        right: 15px;
        
    }

  
    

    .close-btn {
        position: absolute;
        top: 15px;
        right: 46%;
        font-size: 30px;
        color: #ffffff;
        cursor: pointer;
        display: block;
    }
    
    .head-btn{
        display: none;
    }

    .navbar-toggler i {
        color: #ffffff !important;
        font-size: 24px !important;
        font-style: italic;
    }

   
    .navbar-toggler:focus {
        outline: none; 
        box-shadow: none; 
    }
}

/* nav header end */


/* banner start */

.banner-slide {
    position: relative;
    background-color: #333; 
    background-size: cover;
    background-position: center center;
    color: white;
    height: 88vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed; 
}

.banner-content {
    text-align: center;
    max-width: 80%; 
    position: relative;
    z-index: 10; 
}

.banner-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    color: #ffffff;
}

.banner-content p {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.banner-content .btn {
    padding: 10px 20px;
    font-size: 1rem;
}

.banner-btn-one{
    background-color: #9f1f63;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.banner-btn-one:hover{
    background-color: #fff8a8;
    color: #9f1f63;
}

.banner-btn-two{
    background-color: #fff8a8;
    color: #9f1f63;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.banner-btn-two:hover{
    background-color: #9f1f63;
    color: #ffffff;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    display: none;
}


@media (max-width: 768px) {
    .banner-content h1 {
        font-size: 2rem;
    }

    .banner-content p {
        font-size: 1rem;
    }

    .banner-content .btn {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
}

@media (max-width: 450px) {
    .banner-content h1{
        font-size: 22px;
    }

    .banner-content p{
        font-size: 13px;
    }
}

/* banner end */



/* pages banner  */

.pages-bg{
    background-image: url(..//image/pages-img-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    padding-top: 80px;
    padding-bottom: 80px;
}

.pages-banner h1{
    text-align: center;
    color: #9f1f63;
    font-family: "Poppins", sans-serif;

}

.pages-banner i{
    color: #218039;
}

/* pages banne end */



/* about home */

.home-about-section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffffff;

    background-image: url(..//image/shape-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    
    background-size: 45%;
    
}



.about-title h1{

    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}


.about-title span{
    color: #9f1f63;
}


.about-content-row{
    padding-top: 50px;
}

.about-content span{
    color: #9f1f63;
}

.about-content h3{
    padding-bottom: 10px;
    color: #000000;
}

.about-content p{
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.all-btn{
    padding-top: 20px;
}

.all-btn a{
    background-color: #9f1f63;
    padding: 8px 10px 8px 10px;
    border-radius: 50px;
    color: #ffffff;
}

.all-btn a:hover{
    border: 2px solid #fff8a8 ;
    background-color: #ffffff;
    color: #9f1f63;
    
}

.about-image{
   padding: 20px;
}

@media(max-width:992px){
    .about-image{
        padding: 0px;
        padding-top: 30px;
     }
}

@media(max-width:432px){
    .about-title h1 {
        font-size: 27px;
    }

    .page-about-bg{
      
        background-size: 50%;
        
    }
    

    .about-content p {
        font-size: 13px;
    }

    .home-about-section {
        /* padding-top: 40px; */

        background-size: 100%;
    }
}



/* about end */

/* product */

.product-section{
    padding-bottom: 80px;
    background-color: #ffffff;

}

.product-page-section{
    padding-top: 50px;
}


.product-title h1{

    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}

.product-title span{
    color: #9f1f63;
}

.product-row{
    padding-top: 30px;
}

.product-card{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.product-card:hover{

    /* background-color: #fff8a8; */
    /* color:#9f1f63; */
}

.product-content{
    padding-top: 15px;
}

.product-content h4{

    font-weight: 400;
    text-align: left;
    font-size: 16px;
    color: #000000;
}

.product-content p{

    text-align: left;
    font-size: 13px;
    color: #000000;
}

.product-image img{

    /* width: 250px; */
    width: 100%;
    height: 250px;
}

@media(max-width:992px){
    .product-card{
        margin-top: 15px;
    }
}

@media(max-width:768px){
    .product-image img{
        height: auto;
    }

   
}

@media (max-width: 432px) {
    .product-title h1 {
        font-size: 27px;
    }
}

/* product end */


/* product detall page */

.product-detail-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-detail-content h1{
    font-size: 23px;
}


/* product detall page end */











/* contact page */

.address-section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color:#ffffff;
}

.address-card{
    background-color: #9f1f63;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #fff8a8;
}

.address-card:hover{
    background-color: #fff8a8;
}

.address-card:hover a{
    color: #9f1f63;
}

.address-card:hover .address-icon i{
    background-color: #9f1f63;
    color: #fff8a8;
}

.address-icon i{
    background-color: #fff8a8;
    color: #9f1f63;
    padding: 10px;
    border-radius: 50px;
    font-size: 20px;
}

.address-content{
    padding-top: 15px;
}

.address-content a{
    color: #fff8a8;
    font-size: 18px;
}


@media(max-width:350px){
    .address-content a{
        font-size: 15px;
    }
}


/* address end */

/* form maps */
.form-maps-section{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #000000;
    border-top: 10px solid #9f1f63;
    border-bottom: 10px solid #ffffff;
    
    /* background-image: url(..//image/contact-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
}

.form-section{
    /* position: relative; */
    background-color: rgba(255, 255, 255, 0.2); 
    backdrop-filter: blur(10px); 
    border-radius: 10px;
    padding: 20px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

.form-section h2{
    color: #ffffff;
    padding-bottom: 20px;
}

.form-section p{
    color: #ffffff;
    padding-bottom: 20px;
}

.contact-btn{
    background-color: #9f1f63;
    color: #ffffff !important;
    border-radius: 50px !important;

}

.contact-btn:hover{
    background-color: #fff8a8;
    color: #9f1f63 !important;
}


@media(max-width:992px){
    .address-card{
        margin-top: 15px;
    }
    
    .google-maps {
        padding-top: 50px;
    }
}


/* contact page end */








/* footer stat */

.footer-section{
    padding-top: 50px;
    padding-bottom: 10px;
    
    position: relative;
    /* background-color: rgba(241, 238, 238, 0.46); */
    background-color: #9f1f63;
    
}

.footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../image/footer.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5; 
    z-index: -1; 
}

.footer-row{
    display: flex;
    justify-content: space-between;
}

.footer-logo img{
    width: 80px;
}

.footer-content p{
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
}

.social-icons{
    padding-top: 10px;
}

.social-icons i{
    padding: 8px;
    border-radius: 50px;
    background-color: #fff8a8;
    color: #9f1f63;
}

.social-icons i:hover{
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #fff8a8;
}

.social-icons a{
   font-size: 15px;
}

.footer-menu-card{
    display: flex;
    justify-content: center;
}


.footer-menu h2{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
}

.footer-menu ul{
    margin: 0px;
    padding: 0px;
}

.footer-menu li{

    list-style: none;
 
    margin-top:10px;
}

.footer-menu a{
    color: #ffffff;
}

.footer-menu a:hover{
    color: #fff8a8;
}

.copyright-content{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.copyright-content p{
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}
.copyright-content a{
    color: #ffffff;
}

@media(max-width:992px){
    .footer-menu{
        padding-top: 30px;
    }

    .footer-menu-card {
        display: flex;
        justify-content: left;
    }
}

@media(max-width:600px){
    .copyright-content{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}

@media(max-width:432px){
    .footer-content p {
        font-size: 12px;
    }

    .footer-menu h2{
        font-size: 17px;
    }

    .footer-menu a {
        font-size: 13px;
    }
    .copyright-content p {
        font-size: 13px;
    }

    .copyright-content a {
        font-size: 13px;
    }
}

/* footer end */


/* mission strat */
.mission-section{
    padding-bottom: 80px;
}

.mission-row{
    background-color: #9f1f63;
    padding: 40px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    margin: 15px;
    
}

.mission-card{
    display: flex;
    align-items: center;
}

.mission-content h3{
    color: #fff8a8;
    font-style: italic;
}

.mission-content p{
    color: #ffffff;
    font-size: 20px;
}

.mission-image{
    text-align: end;
}

.mission-image img{
    width: 70%;
    border-radius: 20px;
    
}

.vision-image{
    text-align: left;
}


@media(max-width:992px){

    .mission-row{
        padding: 20px;
    }

    .mission-content{
        padding-top: 15px;
    }
    
    .mission-image{
        text-align:center;
    }

    .mission-image img{
        width: 100%;
    }

    .vision-row{
        flex-direction: column-reverse;
    }
}


@media(max-width:576px){

    .mission-row{
        margin: 0px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        padding: 10px;
    }

    .vision-row{
        margin-top: 20px;
    }
}

@media(max-width:432px){

    .mission-content p{
        font-size: 13px;
    }
}

/* mission and vision end */

/* why choose  */

.why-choose-bg{
    background-image: url(..//image/why-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
}


.whychoose-title h1{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    padding-bottom: 20px;

}
.whychoose-title span{
    color: #9f1f63;
}

.why-choose-card{
    border: 2px solid #9f1f63;
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;
}

.why-choose-card h5{
    color: #9f1f63;
}

@media(max-width:432px){

    .whychoose-title h1{
        font-size: 27px;
    }

    .why-choose-card p{
        font-size: 14px;
    }

}
/* whychoose end */



/* floatig btn */

.floating-btns {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.floating-btns a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.whatsapp {
    background-color: #25D366;
}

.call {
    background-color: #9f1f63;
}
.property-gallery {
    display: flex;
    gap: 15px;
}

.thumb-wrapper {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thumbnails {
    max-height: 360px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.thumb {
    width: 100px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: 0.3s;
}

.thumb:hover {
    border-color: #9f1f63;
}

.thumb-arrow {
    background: #9f1f63;
    color: #fff;
    border: none;
    padding: 5px;
    width: 100%;
    cursor: pointer;
}

.main-image img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 10px;
}
.product-detail-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Product Title */
.product-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.3;
}

/* Divider line */
.product-divider {
    width: 80px;
    height: 4px;
    background: #9f1f63; 
    border-radius: 5px;
    margin-bottom: 20px;
}

/* Description */
.product-description {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

/* Style content coming from editor */
.product-description p {
    margin-bottom: 15px;
}

.product-description ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.product-description li {
    margin-bottom: 8px;
}

.product-description h2,
.product-description h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333;
}

